home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / Undot.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  833b  |  20 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="Undot">
  4.   <description />
  5.   <filters>
  6.     <filter name="Undot" category="Misc Plugins" helpfile="undot" type="clip">
  7.       <description>UnDot is a simple median filter for removing dots, that is stray orphan pixels and mosquito noise.  It clips each pixel value to stay within min and max of its eight surrounding neigbors.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.       </parameters>
  18.     </filter>
  19.   </filters>
  20. </plugin>